toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
[root]
/
text
/
split
split
rell
pure
function
split
(
delimiter
:
text
)
:
list
<
text
>
Splits this text around matches of the given delimiter.
Since
0.6.0
Parameters
delimiter
The delimiter to split the text by.